String Schema
ContactDetailsType Complex Type
Namespace http://string.drv.de/xmlschema/string
Diagram
Emergency Element Mobile Element Phone Element Mail Element Sequence ContactDetailsType Complex Type
Overview
Sequence
Mail optional xs:string
Phone optional xs:string
Mobile optional xs:string
Emergency optional xs:boolean
Flag that indicates if this contact type should be used in case of an emergency
Used By
ContactDetails Element
ContactDetails Element
ContactDetails Element
Source
<xs:complexType name="ContactDetailsType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="Mail" type="xs:string" minOccurs="0" maxOccurs="1" nillable="true" />
    <xs:element name="Phone" type="xs:string" minOccurs="0" maxOccurs="1" nillable="true" />
    <xs:element name="Mobile" type="xs:string" minOccurs="0" maxOccurs="1" nillable="true" />
    <xs:element name="Emergency" type="xs:boolean" minOccurs="0" maxOccurs="1" nillable="true">
      <xs:annotation>
        <xs:documentation>Flag that indicates if this contact type should be used in case of an emergency</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.